My code only worked when I added 'return false' to the select function. Without this, the input was set with the right value inside the select function and then it was set to the id value after the select function was over.
Share, comment, bookmark or report
jquery-ui-dist and jquery-ui-bundle do not seem to be maintained by the jquery-ui team. After jquery-ui v1.12 Its possible to use the official jquery-ui package from npm with webpack. Update jquery-ui to 1.12 by updating package.json and npm install. Then you can require each widget like this.
Share, comment, bookmark or report
How do I go about disabling a button on the jQuery UI dialog. I can't seem to find this in any of the documentation in the link above. I have 2 buttons on the modal confirmation ("Confirm" and"Ca...
Share, comment, bookmark or report
84. If you just want your current jQuery UI code to work with touch events, you can use the jQuery UI Touch Punch monkey patch. The only"technical problem or core incompatibility" is that jQuery UI (1.x) only listens for mouse events, not touch events (See @ScottGonzales's response for the historical reason). jQuery touch punch, above, makes ...
Share, comment, bookmark or report
28. Docs say that jquery-ui.css is just jquery-ui.theme.css appended to jquery-ui.structure.css. If you download these files from ThemeRoller both jquery-ui.css and jquery-ui.theme.css will contain custom changes. jquery-ui.structure.css remains the same across customizations. The theme file is responsible for the look and feel whereas the ...
Share, comment, bookmark or report
When an ajax operation fails, I create a new div with the errors and then show it as a dialog. When the dialog is closed I would like to completely destroy and remove the div again.
Share, comment, bookmark or report
I like this solution because it extends the jQuery UI framework to provide a helper. However, it needs a way to provide a Text Label as input to make this very simple to be called from anywhere (not just event handlers). –
Share, comment, bookmark or report
This was originally discussed in the jQuery UI documentation for Accordion:. NOTE: If you want multiple sections open at once, don't use an accordion
Share, comment, bookmark or report
jQuery is the core library. jQueryUI is built on top of it. If you use jQueryUI, you must also include jQuery. jQuery Tabs preceded jQueryUI library. jQueryUI Tabs is based on jQuery Tabs. The current version of jQuery Tabs is Tabs 3. If I recall correctly (I vaguely remember looking through the source code about a year ago), Tabs 3 is very ...
Share, comment, bookmark or report
I really need a localized dropdown calendar. An English calendar doesn't exactly communicate excellence on a Norwegian website ;-) I have experimented with the jQuery DatePicker, their website say...
Share, comment, bookmark or report
Comments